|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
IpPool is the class that manages the IP pool in the Variable Manager for activity files. More...
Public Member Functions | |
| ip | getNetworkIp () |
| Returns the drawn network address. More... | |
| ip | getMaskIp () |
| Returns the drawn network mask. More... | |
| ip | getFirstIp () |
| Returns the drawn first IP address. More... | |
| ip | getLastIp () |
| Returns the drawn last IP address. More... | |
| QString | getAuthoredNetworkIp () |
| Returns the authored network address. More... | |
| QString | getAuthoredMaskIp () |
| Returns the authored network address. More... | |
| QString | getAuthoredFirstIp () |
| Returns the authored first IP address. More... | |
| QString | getAuthoredLastIp () |
| Returns the authored last IP address. More... | |
Public Member Functions inherited from Pool | |
| QString | name () |
| Returns the name of the pool. More... | |
| QString | getElementToString (int) |
| Returns the element in the pool at the specified index. More... | |
| bool | isInPool (QString) |
| Returns true if the specified value is in the pool, otherwise false. More... | |
| QString IpPool::getAuthoredFirstIp | ( | ) |
Returns the authored first IP address.
| QString IpPool::getAuthoredLastIp | ( | ) |
Returns the authored last IP address.
| QString IpPool::getAuthoredMaskIp | ( | ) |
Returns the authored network address.
| QString IpPool::getAuthoredNetworkIp | ( | ) |
Returns the authored network address.
| ip IpPool::getFirstIp | ( | ) |
Returns the drawn first IP address.
| ip IpPool::getLastIp | ( | ) |
Returns the drawn last IP address.
| ip IpPool::getMaskIp | ( | ) |
Returns the drawn network mask.
| ip IpPool::getNetworkIp | ( | ) |
Returns the drawn network address.